framework7-vue
Version:
Build full featured iOS & Android apps using Framework7 & Vue
87 lines (64 loc) • 1.22 kB
TypeScript
import { ComponentOptionsMixin, DefineComponent, PropType } from 'vue';
declare const Segmented: DefineComponent<
{
raised: {
type: BooleanConstructor;
},
raisedIos: {
type: BooleanConstructor;
},
raisedMd: {
type: BooleanConstructor;
},
round: {
type: BooleanConstructor;
},
roundIos: {
type: BooleanConstructor;
},
roundMd: {
type: BooleanConstructor;
},
strong: {
type: BooleanConstructor;
},
strongIos: {
type: BooleanConstructor;
},
strongMd: {
type: BooleanConstructor;
},
tag: {
type: StringConstructor;
default: string;
},
color: {
type: StringConstructor;
},
colorTheme: {
type: StringConstructor;
},
textColor: {
type: StringConstructor;
},
bgColor: {
type: StringConstructor;
},
borderColor: {
type: StringConstructor;
},
rippleColor: {
type: StringConstructor;
},
dark: {
type: BooleanConstructor;
}
},
() => JSX.Element,
unknown,
{},
{},
ComponentOptionsMixin,
ComponentOptionsMixin,
>;
export default Segmented;