mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(all): possible values are extracted by stencil (#16190)
* docs(all): possible values are extracted by stencil * add defaults * remove all hardcoded defaults * update stencil
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
|
||||
import { SPINNERS } from './spinner-configs';
|
||||
|
||||
export type SpinnerTypes = keyof typeof SPINNERS;
|
||||
export { SpinnerTypes } from './spinner-configs';
|
||||
|
||||
export interface SpinnerConfigs {
|
||||
[spinnerName: string]: SpinnerConfig;
|
||||
|
Reference in New Issue
Block a user